Dekoratives Banner

RenderQueue render() Method


    app.project.renderQueue.render()

Description

    Starts the Render Queue; equivalent to use of the Render button in the Render Queue window. Does not return until render is complete.

    Set the app.onError if you wish to be notified of errors during the rendering process.

    Set the RenderQueueItem.onStatusChanged attribute of a particular RenderQueueItem to get updates while the render is progressing.

Parameters

    None.

Returns

    None.

See also

    Application onError Attribute

    RenderQueueItem onStatusChanged Attribute